go/types.indexedExpr.x (field)

8 uses

	go/types (current package)
		exprstring.go#L74: 		WriteExpr(buf, ix.x)
		index.go#L20: 	check.exprOrType(x, e.x, true)
		index.go#L423: 	x       ast.Expr   // expression
		index.go#L438: 			x:       e.X,
		index.go#L446: 			x:       e.X,
		resolver.go#L525: 		base = ix.x
		typexpr.go#L435: 		check.trace(ix.Pos(), "-- instantiating type %s with %s", ix.x, ix.indices)
		typexpr.go#L449: 	typ := check.genericType(ix.x, &cause)